闘本 4.6 次のノード
提出
code: txt
def next_node(node):
return node.left if node.left != Node else node.right